<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-swiper {
  height: 560px;
}
.home-swiper .swiper-item {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.home-swiper .swiper-item .swiper-img {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-swiper .swiper-item .container {
  position: relative;
  z-index: 2;
}
.home-swiper .swiper-item .container h2 {
  font-size: 42px;
  color: #222;
  line-height: 42px;
  font-weight: 600;
  padding-top: 134px;
}
.home-swiper .swiper-item .container .description {
  width: 50%;
  height: 200px;
  padding: 20px 0px;
  font-size: 14px;
  color: rgb(138, 137, 137);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.home-swiper .bannerbox-page {
  bottom: 106px;
}
.home-swiper .bannerbox-page span {
  width: 32px;
  height: 4px;
  border-radius: initial;
  background-color: #fff;
  opacity: 0.8;
}
.home-swiper .bannerbox-page span::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #00bf80;
}
.home-swiper .bannerbox-page .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: width 5s linear;
}
</pre></body></html>